home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1154 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  512 b   |  20 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 1 && _root.range == true && _root.even7 > 10)
  5.       {
  6.          if(_root.even7 == 11)
  7.          {
  8.             _root.TUTS.nextFrame();
  9.             _root.even7 = 12;
  10.          }
  11.          _root.inven.gotoAndStop(4);
  12.       }
  13.       if(_root.micon._currentframe == 2)
  14.       {
  15.          _root.dis = 2;
  16.          _root.next_txt1 = "This is just my PC that lets me save things going on in my life.";
  17.       }
  18.    }
  19. }
  20.